object KeystrokeEditorDialog: TKeystrokeEditorDialog Left = 443 Top = 348 AutoScroll = False BorderIcons = [biSystemMenu] ClientHeight = 94 ClientWidth = 265 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poOwnerFormCenter OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 50 Height = 13 Caption = 'Command:' FocusControl = cmbCommand end object Label2: TLabel Left = 8 Top = 35 Width = 50 Height = 13 Caption = 'Keystroke:' FocusControl = hkKeystroke end object cmbCommand: TComboBox Left = 72 Top = 8 Width = 185 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 0 end object hkKeystroke: THotKey Left = 72 Top = 32 Width = 185 Height = 19 Anchors = [akLeft, akTop, akRight] HotKey = 9 InvalidKeys = [hcNone] Modifiers = [] TabOrder = 1 OnEnter = hkKeystrokeEnter OnExit = hkKeystrokeExit end object btnClearKey: TCorelButton Left = 8 Top = 64 Width = 75 Height = 23 Caption = 'Clear Key' TabOrder = 2 OnClick = bntClearKeyClick end object btnOK: TCorelButton Left = 104 Top = 64 Width = 75 Height = 23 Anchors = [akTop, akRight] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object btnCancel: TCorelButton Left = 184 Top = 64 Width = 75 Height = 23 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end